home *** CD-ROM | disk | FTP | other *** search
- 5 rem copyright 1993 - compute publications intl ltd - all rights reserved
- 10 ifa=0thena=1:load"switcher",8,1
- 50 poke53280,6:poke53281,6
- 100 open1,0
- 105 print"[147]"
- 195 print
- 200 printspc(10)"primary color #14[157][157]";
- 210 input#1,c$:print
- 220 v=val(c$):if v<0orv>15 then print"[145]invalid;[145]":goto200
- 230 poke53186,v
- 240 printspc(10)"secondary color #0[157]";
- 250 input#1,c$:print
- 260 v=val(c$):if v<0orv>15 then print"[145]invalid;[145]":goto200
- 270 poke53205,v
- 280 print"[147]sys 53000"
- 290 print"new"
- 300 print"swap"
- 310 print"new"
- 320 print"swap"
- 330 print"please hit return five times."
- 999 end
-